home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / LINKLIST.ZIP / README.DOC < prev   
Encoding:
Text File  |  1993-11-04  |  2.3 KB  |  42 lines

  1. DESCRIPTION TO ACCOMPANY LINKLIST.EXE   Copyright 1993 by Steve Schustack.
  2.  
  3. The C linked list computer based training program is just a small part of
  4. the software and instruction contained in my book C for Fun and Profit.
  5. The LINKLIST program is self-explanatory and runs on any MS-DOS PC.
  6.  
  7. I wrote the book C for Fun and Profit and its CFP Toybox (TM) program with
  8. the intermediate level C programmer in mind. Beginners and more experienced
  9. programmers will undoubtedly find it valuable too, but intermediates will
  10. especially appreciate the explanations of the C techniques and constructs
  11. used throughout the book.
  12.  
  13. Working code for a graphical user interface blends general purpose screen
  14. handling, mouse, and keyboard functions through the use of event driven
  15. programming techniques. The methods used are explained as the GUI is
  16. constructed in a simplified framework and later fully implemented. The GUI
  17. supports music, animation, time limits, and a screen saver, while waiting
  18. for a user to respond. Sound, music, animation, memory use error detection,
  19. debug log trace, and program configuration parameter management functions
  20. are other important features you'll come across in C for Fun and Profit.
  21.  
  22. The book's programming material is applied to the creation of programs
  23. targeted at an exciting and rapidly growing market, namely that of software
  24. toys for young children. A drawing program, music player, and the
  25. capability to journey to another universe with a dazzling high speed screen
  26. display are just a few examples you'll find.
  27.  
  28. The second part of the book focuses on business and marketing aspects of
  29. achieving success in the software business. The means described are those
  30. appropriate to an individual entrepeneur, who wants to start with a small
  31. financial investment.
  32.  
  33. The CFP Toybox program is shareware and exemplifies the coding and
  34. marketing techniques taught throughout the book. The program is a unique
  35. blend of toys for children and computer aided instruction in C pointers and
  36. linked lists. Enjoy the program and give it away to your friends as often
  37. as you like!
  38.  
  39. You can download the CFP Toybox program from the file CFP.ZIP from library
  40. 6 General Fun and Games in the IBM New Users forum (IBMNEW) on CompuServe.
  41. That program can also be found on many BBSs and other online services.
  42.